home *** CD-ROM | disk | FTP | other *** search
/ Joystick Magazine 1995 November (Mac) / cd No7 joystick No65 novembre 1995.iso / mac / Fouillationnons! / Jeux / Xconq 7.0.1 / lib / ww2-39.g < prev    next >
Text File  |  1995-08-22  |  770b  |  40 lines

  1. (game-module "ww2-39"
  2.   (title "WWII Sep 39")
  3.   (blurb "Full WWII, September 1939.  This is a monster game, based on the advanced ww2 unit types.")
  4.   (base-module "ww2-adv")
  5.   (variants
  6.    (see-all true)
  7.    )
  8.   (instructions (
  9.    "In this game you play the national leader of your country during WWII."
  10.    ))
  11.   )
  12.  
  13. ;;; Define basic terrain.
  14.  
  15. (include "earth-1deg")
  16.  
  17. (set synthesis-methods nil)
  18.  
  19. (include "ww2-sides")
  20.  
  21. ;;; Define the nationalities of the people.
  22.  
  23. (include "p-e1-1938")
  24.  
  25. ;;; Define the cities.
  26.  
  27. (include "u-e1-1938")
  28.  
  29. ;; (add minor countries also?)
  30.  
  31. ;; (set up agreements applying to particular dates)
  32.  
  33. ;; not really correct
  34.  
  35. (scorekeeper (do last-side-wins))
  36.  
  37. ;; Default to setting up at the historical outbreak of the war.
  38.  
  39. (set initial-date "Sep 1939")
  40.